home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / gem / l_0799 / 431 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.1 KB

  1. From: khollis@bitsink.gbdata.com (K. Hollis)
  2. Subject: Re: what about this?
  3. Date: Sun, 12 Jun 1994 20:13:45 +0000 (GMT)
  4. In-Reply-To: <m0qCwYn-0000qBC@sdf.lonestar.org> from "Evan K. Langlois" at Jun 12, 94 03:55:00 pm
  5. Mime-Version: 1.0
  6. Precedence: bulk
  7.  
  8. > No, implementing a double "keyboard" click does not mean a delay exactly.
  9. > It means you have another evnt_multi with a small timer event which is
  10. > not the same as a delay.  A delay is fixed and cannot be short-cutted.
  11. > If you type something else or click or move the mouse before the GEM timer
  12. > expires then you have a single key-click plus the next event, if the next
  13. > event is another keyboard click, and is the same exact key as before, THEN
  14. > you have a double-key-click.  If the timer expires, then you have a single
  15. > key click.
  16.  
  17. This is really a bad idea; I don't mean to mock you or anything but think
  18. about it.  What if a person accidentally types a word with TWO letters in
  19. it which are exactly the same, and it's not meant as a double-key click?
  20. Say, for instance, "Stopping", "Cancelling", "Accidents", etc.  You get the
  21. idea.  It doesn't make sense.
  22.  
  23. -- Ken
  24.  
  25.